home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Alu / Celestia / Win32LoresTex / celestia-lores-win32-1.3.0.exe / {app} / start.cel < prev    next >
Text File  |  2003-03-05  |  628b  |  19 lines

  1. {
  2.     select { object "Sol/Jupiter/Io" }
  3.     follow {}
  4.     goto { time 5 }
  5.  
  6.     # Mark samples
  7.     # mark { object "Sol/Mercury" color [ 1 1 0 ] symbol "triangle" }
  8.     # mark { object "Sol/Venus" color [ 1 1 0.7 ] symbol "square" }
  9.     # mark { object "Sol/Earth" color [ 0 0.3 1 ] symbol "x" }
  10.     # mark { object "Sol/Mars" color [ 1 0.3 0.3 ] symbol "plus" }
  11.  
  12.     # gotolonglat { time 0 distance 1e11 longitude 0 latitude 0 }
  13.     # gotolonglat { time 0 distance 2.5 longitude -122 latitude 47 } # Seattle!
  14.     # wait { duration 0.1 }
  15.     # orbit { axis [ 0 1 0 ] rate 10 duration 7 }
  16.     # goto { time 5 distance 10 }
  17.     # wait { duration 5.0 }
  18. }
  19.